🎖️GitЯра🎖️
Node / meshtastic / Meshtastic-Android / files / core / service / src / androidMain / kotlin / org / meshtastic / core / service / NotificationChannels.kt
Displaying Raw • Download
core/service/src/androidMain/kotlin/org/meshtastic/core/service/NotificationChannels.kt bd2863243bab6eb213401d949839a2bc74dde7e2 (bd286324) Text, 1.35 KB
T8b949e/*
* Copyright (c) 2026 Meshtastic LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
Tff7b72package T7ee787org.meshtastic.core.service
Tff7b72object T56d364NotificationChannels Tb4b4b4{
Tff7b72const Tff7b72val Te6edf3SERVICE Tff7b72= Ta5d6ff"Ta5d6ffmy_serviceTa5d6ff"
Tff7b72const Tff7b72val Te6edf3MESSAGES Tff7b72= Ta5d6ff"Ta5d6ffmy_messagesTa5d6ff"
Tff7b72const Tff7b72val Te6edf3BROADCASTS Tff7b72= Ta5d6ff"Ta5d6ffmy_broadcastsTa5d6ff"
Tff7b72const Tff7b72val Te6edf3WAYPOINTS Tff7b72= Ta5d6ff"Ta5d6ffmy_waypointsTa5d6ff"
Tff7b72const Tff7b72val Te6edf3ALERTS Tff7b72= Ta5d6ff"Ta5d6ffmy_alertsTa5d6ff"
Tff7b72const Tff7b72val Te6edf3NEW_NODES Tff7b72= Ta5d6ff"Ta5d6ffnew_nodesTa5d6ff"
Tff7b72const Tff7b72val Te6edf3MESH_BEACON Tff7b72= Ta5d6ff"Ta5d6ffmesh_beaconTa5d6ff"
Tff7b72const Tff7b72val Te6edf3LOW_BATTERY Tff7b72= Ta5d6ff"Ta5d6fflow_batteryTa5d6ff"
Tff7b72const Tff7b72val Te6edf3LOW_BATTERY_REMOTE Tff7b72= Ta5d6ff"Ta5d6fflow_battery_remoteTa5d6ff"
Tff7b72const Tff7b72val Te6edf3CLIENT Tff7b72= Ta5d6ff"Ta5d6ffclient_notificationsTa5d6ff"
T8b949e// Legacy enum-name channel IDs introduced by alpha channel routing.
Tff7b72val Te6edf3LEGACY_CATEGORY_IDS Tff7b72= Te6edf3listOfTb4b4b4(Ta5d6ff"Ta5d6ffMessageTa5d6ff"Tb4b4b4, Ta5d6ff"Ta5d6ffNodeEventTa5d6ff"Tb4b4b4, Ta5d6ff"Ta5d6ffBatteryTa5d6ff"Tb4b4b4, Ta5d6ff"Ta5d6ffAlertTa5d6ff"Tb4b4b4, Ta5d6ff"Ta5d6ffServiceTa5d6ff"Tb4b4b4)
Tb4b4b4}
Served by rngit 1.5.0 - Generated in 0.07s